home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / amiga / src / pla_gstske next >
Encoding:
Text File  |  1994-03-23  |  781 b   |  29 lines

  1. /* $Id: pla_gstskel.c,v 1.3 1994/03/23 08:55:27 mjl Exp $
  2.    $Log: pla_gstskel.c,v $
  3.  * Revision 1.3  1994/03/23  08:55:27  mjl
  4.  * Header file rearrangement.
  5.  *
  6.  * Revision 1.2  1993/07/01  21:59:49  mjl
  7.  * Changed all plplot source files to include plplotP.h (private) rather than
  8.  * plplot.h.  Rationalized namespace -- all externally-visible plplot functions
  9.  * now start with "pl"; device driver functions start with "plD_".
  10.  *
  11.  * Revision 1.1  1993/03/15  21:34:19  mjl
  12.  * Reorganization and update of Amiga drivers.  Window driver now uses Amiga
  13.  * OS 2.0 capabilities.
  14.  *
  15. */
  16.  
  17. /*    pla_gstskel.c
  18.  
  19.     Skeleton file for use with SAS/C 6.x, for building global symbol
  20.     table. 
  21. */
  22.  
  23. #include "plplotP.h"
  24. #include "plamiga.h"
  25.  
  26. #include <stdlib.h>
  27. #include <string.h>
  28. #include <math.h>
  29.